From: Emmanuele Bassi Date: Tue, 26 Jan 2021 12:54:00 +0000 (+0000) Subject: Fix annotations X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1~1^2~83^2^2~484^2~2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=3d2cf97fbf524a3a44099497006d1ac2163c3d7c;p=gtk4.git Fix annotations The arguments are really (inout), not (out). --- diff --git a/gdk/gdksurface.c b/gdk/gdksurface.c index d0dbf52b85..52b45edfd1 100644 --- a/gdk/gdksurface.c +++ b/gdk/gdksurface.c @@ -2960,8 +2960,8 @@ gdk_surface_request_motion (GdkSurface *surface) * gdk_surface_translate_coordinates: * @from: the origin surface * @to: the target surface - * @x: (out): coordinates to translate - * @y: (out): coordinates to translate + * @x: (inout): coordinates to translate + * @y: (inout): coordinates to translate * * Translates the given coordinates from being * relative to the @from surface to being relative